曙海教育集團(tuán)
全國(guó)報(bào)名免費(fèi)熱線:4008699035 微信:shuhaipeixun
或15921673576(微信同號(hào)) QQ:1299983702
首頁(yè) 課程表 在線聊 報(bào)名 講師 品牌 QQ聊 活動(dòng) 就業(yè)
   班級(jí)規(guī)模及環(huán)境--熱線:4008699035 手機(jī):15921673576( 微信同號(hào))
       每期人數(shù)限3到5人。
   上課時(shí)間和地點(diǎn)
上課地點(diǎn):【上海】:同濟(jì)大學(xué)(滬西)/新城金郡商務(wù)樓(11號(hào)線白銀路站) 【深圳分部】:電影大廈(地鐵一號(hào)線大劇院站)/深圳大學(xué)成教院 【北京分部】:北京中山學(xué)院/福鑫大樓 【南京分部】:金港大廈(和燕路) 【武漢分部】:佳源大廈(高新二路) 【成都分部】:領(lǐng)館區(qū)1號(hào)(中和大道) 【沈陽(yáng)分部】:沈陽(yáng)理工大學(xué)/六宅臻品 【鄭州分部】:鄭州大學(xué)/錦華大廈 【石家莊分部】:河北科技大學(xué)/瑞景大廈 【廣州分部】:廣糧大廈 【西安分部】:協(xié)同大廈
最近開課時(shí)間(周末班/連續(xù)班/晚班):2020年3月16日
   實(shí)驗(yàn)設(shè)備
     ☆資深工程師授課
        
        ☆注重質(zhì)量 ☆邊講邊練

        ☆合格學(xué)員免費(fèi)推薦工作
        ★實(shí)驗(yàn)設(shè)備請(qǐng)點(diǎn)擊這兒查看★
   質(zhì)量保障

        1、培訓(xùn)過(guò)程中,如有部分內(nèi)容理解不透或消化不好,可免費(fèi)在以后培訓(xùn)班中重聽;
        2、培訓(xùn)結(jié)束后,授課老師留給學(xué)員聯(lián)系方式,保障培訓(xùn)效果,免費(fèi)提供課后技術(shù)支持。
        3、培訓(xùn)合格學(xué)員可享受免費(fèi)推薦就業(yè)機(jī)會(huì)。

課程大綱
 
  1. ??
    培訓(xùn)內(nèi)容:
    Module 1: Introduction to X++
    This module introduces the students to the characteristics of X++.
    Lessons?
    ??? Introduction
    ??? Characteristics of X++
    ??? Development Tools
    ??? Reverse Engineering
    ??? Best Practices
    ??? Lab : Print to the Screen
    ??? Lab : Debug the Job
    ??? Lab : Create a Data Model
    ??? Lab : Create an XML Developer Document?
    After completing this module, students will be able to:
    ??? Identify key features of developing with X++.
    ??? Describe the basic foundation of object-oriented programming.?
    ??? Use the development tools available within Microsoft Dynamics AX 2012.
    ??? Create object and data models from existing application elements by using the Reverse Engineering tool.
    ??? Use best practices to instill good programming habits.
    Module 2: X++ Control Statements
    This module explains how to use control statements in X++.
    Lessons?
    ??? Introduction
    ??? Introduction to Variables
    ??? Operators
    ??? Conditional Statements
    ??? Loops
    ??? Built-in Functions
    ??? Communication Tools
    ??? Lab : Create a Times Table Using a While Loop
    ??? Lab : Create a Times Table Using a Do…while Loop
    ??? Lab : Create a Times Table Using a for Statement
    ??? Lab : Create a YesNo Box
    ??? Lab : Create a Infolog Tree
    ??? Lab : Create a Dialog Box
    ??? Lab : Use X++ Control Statements?
    After completing this module, students will be able to:
    ??? Declare and use extended data types for variables.
    ??? Use the various operators available in X++.
    ??? Control program flow using conditional statements in X++.
    ??? Repetitively call the same blocks of code by using Loop statements.
    ??? Use standard functions that are built in to the application
    ??? Use output commands to display data and messages to the user.
    Module 3: Classes and Objects?
    This module discusses how to use classes and objects within Microsoft Dynamics AX 2012.
    Lessons?
    ??? Introduction
    ??? Classes
    ??? Method Access Control
    ??? Inheritance
    ??? Objects
    ??? Scoping and Parameters in X++
    ??? Methods
    ??? Referencing Object Methods
    ??? Method Types
    ??? Table as Classes
    ??? Eventing
    ??? Lab : Create a New Class
    ??? Lab : Allow Access to Methods
    ??? Lab : Instantiating a Class
    ??? Lab : Use Method Parameters
    ??? Lab : Create a Run Method
    ??? Lab : Create a Calculator Class?
    After completing this module, students will be able to:
    ??? Use the classes within Microsoft Dynamics AX 2012 X++ development
    ??? Control access to methods using Access Control Method Modifiers
    ??? Extend a class using the concept of inheritance
    ??? Describe the differences between an object and a class
    ??? Initialize variables in the appropriate place according to scoping rules
    ??? Call methods within the same class
    ??? Use the different method types available
    ??? Describe the similarities and differences between tables and classes
    ??? Use the eventing publisher and subscriber model when modifying code in the application.
    Module 4: Accessing the Database
    This module explains how to develop modifications that interact with the database.
    Lessons?
    ??? Introduction
    ??? Retrieving Data
    ??? Data Manipulation
    ??? Queries
    ??? Lab : Retrieving Data
    ??? Lab : Update
    ??? Lab : Create Query Using X++?
    After completing this module, students will be able to:
    ??? Retrieve data from the database using a select statement.
    ??? Create, update and delete data in the database.
    ??? Use and build queries using kernel classes.
    Module 5: Exception Handling?
    This module discusses the mechanisms built in Microsoft Dynamics AX 2012 to help with exception handling.
    Lessons?
    ??? Introduction
    ??? Exceptions
    ??? Try and Catch Exceptions
    ??? Throwing Exceptions
    ??? Optimistic Concurrency Exceptions
    ??? Lab : Handle an Exception?
    After completing this module, students will be able to:
    ??? Examine the exception handling mechanism in Microsoft Dynamics AX.
    ??? Use the Try, Catch, and Retry statements.
    ??? Throw an exception from code.
    ??? Identify and create code used to handle optimistic concurrency exceptions.
    Module 6: Security for Developers?
    This module introduces some more advanced security features of Microsoft Dynamics AX 2012.
    Lessons?
    ??? Introduction
    ??? Permissions
    ??? Security Policies
    ??? Code Access Security
    ??? Display Method Authorization
    After completing this module, students will be able to:
    ??? Set permissions on application elements
    ??? Design and create security policies
    ??? Secure unsafe Application Programming Interfaces (APIs) using the Code Access Security framework
    ??? Authenticate data returned from display methods.

  2. ?
    ?




?
?


?




"


?


?
?
?
?


?


?



?





友情鏈接:Cadence培訓(xùn) ICEPAK培訓(xùn) EMC培訓(xùn) 電磁兼容培訓(xùn) sas容培訓(xùn) 羅克韋爾PLC培訓(xùn) 歐姆龍PLC培訓(xùn) PLC培訓(xùn) 三菱PLC培訓(xùn) 西門子PLC培訓(xùn) dcs培訓(xùn) 橫河dcs培訓(xùn) 艾默生培訓(xùn) robot CAD培訓(xùn) eplan培訓(xùn) dcs培訓(xùn) 電路板設(shè)計(jì)培訓(xùn) 浙大dcs培訓(xùn) PCB設(shè)計(jì)培訓(xùn) adams培訓(xùn) fluent培訓(xùn)系列課程 培訓(xùn)機(jī)構(gòu)課程短期培訓(xùn)系列課程培訓(xùn)機(jī)構(gòu) 長(zhǎng)期課程列表實(shí)踐課程高級(jí)課程學(xué)校培訓(xùn)機(jī)構(gòu)周末班培訓(xùn) 南京 NS3培訓(xùn) OpenGL培訓(xùn) FPGA培訓(xùn) PCIE培訓(xùn) MTK培訓(xùn) Cortex訓(xùn) Arduino培訓(xùn) 單片機(jī)培訓(xùn) EMC培訓(xùn) 信號(hào)完整性培訓(xùn) 電源設(shè)計(jì)培訓(xùn) 電機(jī)控制培訓(xùn) LabVIEW培訓(xùn) OPENCV培訓(xùn) 集成電路培訓(xùn) UVM驗(yàn)證培訓(xùn) VxWorks培訓(xùn) CST培訓(xùn) PLC培訓(xùn) Python培訓(xùn) ANSYS培訓(xùn) VB語(yǔ)言培訓(xùn) HFSS培訓(xùn) SAS培訓(xùn) Ansys培訓(xùn) 短期培訓(xùn)系列課程培訓(xùn)機(jī)構(gòu) 長(zhǎng)期課程列表實(shí)踐課程高級(jí)課程學(xué)校培訓(xùn)機(jī)構(gòu)周末班 端海 教育 企業(yè) 學(xué)院 培訓(xùn)課程 系列班 級(jí) 長(zhǎng)期課程列表實(shí)踐課程高級(jí)課程學(xué)校培訓(xùn)機(jī)構(gòu)周末班 短期培訓(xùn)系列課程培訓(xùn)機(jī)構(gòu) 端海教育企業(yè)學(xué)院培訓(xùn)課程 系列班級(jí)
主站蜘蛛池模板: 亚洲第一页综合图片自拍| 久久综合视频网| 亚洲国产美国国产综合一区二区| 亚洲国产aⅴ综合网| 综合网在线观看| 欧美国产综合欧美视频| 狠狠色噜狠狠狠狠色综合久| 综合色就爱涩涩涩综合婷婷| 色婷婷综合久久久中文字幕| 一本色道久久88综合日韩精品| 亚洲日本国产综合高清| 色综合合久久天天综合绕视看| 精品国产第一国产综合精品| 亚洲av一综合av一区| 亚洲国产综合精品中文字幕| 色妞色综合久久夜夜| 久久综合国产乱子伦精品免费| 婷婷丁香五月激情综合| 国产美女亚洲精品久久久综合| 狼狼综合久久久久综合网| 婷婷激情综合网| 欧美亚洲综合色在| 精品福利一区二区三区精品国产第一国产综合精品 | 色综合合久久天天综合绕视看| 亚洲综合色在线观看亚洲| 色欲香天天综合网站| 国产成人精品综合在线观看| 综合三区后入内射国产馆| 色综合网天天综合色中文男男| 色欲综合久久躁天天躁蜜桃| 精品无码综合一区| 亚洲AV人无码综合在线观看| 欧美日韩综合精品| 亚洲综合中文字幕无线码| 亚洲欧美综合区自拍另类| 亚洲国产婷婷综合在线精品| 久久婷婷五月综合色高清 | 伊人成年综合网| 伊人久久大香线蕉综合Av| 亚洲乱码中文字幕综合234| 亚洲伊人久久综合影院|